runtime.spanSPMC.tail (field)

6 uses

	runtime (current package)
		mgcmark_greenteagc.go#L516: 	t := r.tail.Load()
		mgcmark_greenteagc.go#L522: 		r.tail.Store(t + n) // Makes the items avail for consumption.
		mgcmark_greenteagc.go#L595: 		t := r.tail.Load() // load-acquire, synchronize with the producer
		mgcmark_greenteagc.go#L699: 	tail atomic.Uint32
		mgcmark_greenteagc.go#L734: 	t := r.tail.Load()
		mgcmark_greenteagc.go#L745: 	r.tail.Store(0)